home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / diffs / libgplus.262 / libgplus / src / complex.cc < prev    next >
Encoding:
Text File  |  1995-01-18  |  423 b   |  18 lines

  1. *** orig/libgplus.262/libgplus/src/complex.cc    Sun Dec 18 19:07:28 1994
  2. --- src/libgplus.262/libgplus/src/complex.cc    Sun Dec 18 19:07:46 1994
  3. ***************
  4. *** 18,24 ****
  5. --- 18,29 ----
  6.   #ifdef __GNUG__
  7.   #pragma implementation
  8.   #endif
  9. + #ifndef __MSDOS__
  10.   #include <Complex.h>
  11. + #else
  12. + #pragma implementation "_Complex.h"
  13. + #include <_Complex.h>
  14. + #endif
  15.   #include <std.h>
  16.   #include <builtin.h>
  17.   
  18.